home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _5448B23200074068B078D57C6205CB5A < prev    next >
Encoding:
Text File  |  2003-11-12  |  905 b   |  40 lines

  1. light("spot_shadowmap")
  2. {
  3.     pass()
  4.     {
  5.         tmu()
  6.         {
  7.             texgen("spotlight")
  8.  
  9.             texture()
  10.             {
  11.                 shadowmap()
  12.                 addressfunc("clamp", "clamp", "clamp")
  13.             }
  14.  
  15.             colorop("arg1", "texture", "current", "current")
  16.             alphaop("arg1", "texture", "current", "current")
  17.         }
  18.  
  19.         tmu()
  20.         {
  21.             texgen("shadowmap_z")
  22.  
  23.             texture()
  24.             {
  25.                 image("spot_z_inv.png")
  26.                 addressfunc("clamp", "clamp", "clamp")
  27.                 filtering("no_filtering")
  28.             }
  29.  
  30.             colorop("mul", "texture", "current", "current")
  31.             alphaop("arg2", "texture", "tfactor", "current")
  32.         }
  33.  
  34.         blendfunc("zero", "inv_src_color")
  35.         depthfunc("lequal", 0)
  36.         tfactor(0,0,0,0)
  37.         blackfog()
  38.     }
  39. }
  40.